home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix402s.zip / X2LINES.BAT < prev    next >
DOS Batch File  |  1994-04-01  |  310b  |  12 lines

  1. @echo off
  2. if not ~%1 == ~ goto fixit
  3.     echo.
  4.     echo Utility:  X2LINES.BAT - Performs special edit using FIX.COM.
  5.     echo Purpose:  Doubles line spacing in ascii text file.
  6.     echo Syntax:   X2LINES  [d:][path]FILENAME  [d:][path][outfile]
  7.     echo.
  8.     goto end
  9. :fixit
  10.     @ echo on
  11. fix 0D0Ah 0D0A0D0Ah %1 %2
  12. :end